warning - [parse] /turbopack/crates/turbopack-tests/tests/snapshot/css/css-parse-error/input/style.css:25:29  Parsing CSS source code failed
      21 | .carousel > *::scroll-marker {
      22 |   content: "";
      23 | }
      24 | 
         +                              v
      25 + .carousel > *::scroll-marker:target-current {
         +                              ^
      26 |   background: oklch(0.5 0 0 / 0.6);
      27 | }
      28 | 
  
  'target-current' is not recognized as a valid pseudo-class. Did you mean '::target-current' (pseudo-element) or is this a typo?
  
  Import trace:
    test:
      ./turbopack/crates/turbopack-tests/tests/snapshot/css/css-parse-error/input/style.css
      ./turbopack/crates/turbopack-tests/tests/snapshot/css/css-parse-error/input/index.js